object Step3: TStep3 Left = 147 Top = 166 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Setup To' ClientHeight = 273 ClientWidth = 492 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Notebook1: TNotebook Left = 0 Top = 0 Width = 492 Height = 273 Align = alClient TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'Page1' object Bevel1: TBevel Left = 10 Top = 220 Width = 471 Height = 10 Shape = bsBottomLine end object Label2: TLabel Left = 145 Top = 205 Width = 94 Height = 13 Caption = 'Diskspace Needed:' end object Label3: TLabel Left = 245 Top = 205 Width = 3 Height = 13 end object GroupBox1: TGroupBox Left = 140 Top = 135 Width = 341 Height = 51 Caption = 'Destination Folder' TabOrder = 0 object Label1: TLabel Left = 5 Top = 20 Width = 116 Height = 13 Caption = 'C:\Program Files\WinNc' end object Button1: TButton Left = 240 Top = 15 Width = 90 Height = 25 Caption = 'Change &Folder...' TabOrder = 0 OnClick = Button1Click end end object GroupBox2: TGroupBox Left = 140 Top = 5 Width = 341 Height = 121 TabOrder = 1 object Memo1: TMemo Left = 10 Top = 10 Width = 301 Height = 106 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Welcome at Setup') ReadOnly = True TabOrder = 0 end end object Button2: TButton Left = 320 Top = 240 Width = 75 Height = 25 Caption = '&Next >' Default = True TabOrder = 2 OnClick = BitBtn2Click end object Button3: TButton Left = 405 Top = 240 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = BitBtn1Click end object Button4: TButton Left = 245 Top = 240 Width = 75 Height = 25 Caption = '< &Back' TabOrder = 4 OnClick = Button4Click end object Panel1: TPanel Left = 10 Top = 10 Width = 121 Height = 211 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 5 object Image2: TImage Left = 0 Top = 0 Width = 117 Height = 207 Align = alClient AutoSize = True Center = True Stretch = True end end end end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 300 Top = 70 end object DdeClientConv1: TDdeClientConv ServiceApplication = 'Explorer' DdeService = 'Folders' DdeTopic = 'AppProperties' ConnectMode = ddeManual FormatChars = True OnOpen = DdeClientConv1Open Left = 270 Top = 70 LinkInfo = ( 'Service Folders' 'Topic AppProperties') end end